home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_260 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-14  |  151 b   |  5 lines

  1. on(release){
  2.    ItemNum = Number(_parent.scroler.scrollPosition) - 2 + Number(_name.slice(1,_name.length));
  3.    _parent.ItemPressed(ItemNum + 1);
  4. }
  5.